These functions are used by format-specific graphics exporters to write output data.
pascal ComponentResult GraphicsExportWriteOutputData ( GraphicsExportComponent ci,
void *dataPtr,
unsigned long dataSize);
Seeks to the specified file position.
pascal ComponentResult GraphicsExportSetOutputMark (GraphicsExportComponent ci,
unsigned long mark);
Returns the current file position.
pascal ComponentResult GraphicsExportGetOutputMark (GraphicsExportComponent ci,
unsigned long *mark);
pascal ComponentResult GraphicsExportReadOutputData (GraphicsExportComponent ci,
void *dataPtr,
unsigned long dataOffset,
unsigned long dataSize);
| Previous | Chapter Contents | Chapter Top |